home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Star Festival... a Return to Japan
/
Star Festival... a Return to Japan.iso
/
pc
/
STARFESTIVAL
/
08r.dir
/
00004.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-09
|
321 b
|
16 lines
on mouseDown
global gMemoState
quickSwitch("buttonSound")
if the type of sprite 35 <> 0 then
if gMemoState = 0 then
sprite(19).visible = 0
sprite(35).movieRate = 0
gMemoState = 1
else
sprite(19).visible = 1
sprite(35).movieRate = 1
gMemoState = 0
end if
end if
end